CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimMeasurementUnit Json Schema
In This Topic
    CimMeasurementUnit Json Schema
    In This Topic
    Description
    Represents measurement unit.
    Overview
    CimMeasurementUnit
    Represents measurement unit.
    UnitId : string
    The string identifier of the measurement unit.
    Description : string
    Contains informative information about the measurement unit.
    FullName : string
    Contains the full name of the measurement unit such as ”hour” or ”meter per second”.
    DisplayLabel : string
    The display label of the measurement unit is typically the abbreviation of the measurement unit, for example ”h” for hour or ”m/s” for meter per second.
    NamespaceUri : string
    Identifies the organization (company, standards organization) that defines the measurement unit.
    NumericUnitId : integer
    Numeric identifier for programmatic evaluation. -1 is used if a unitId is not available.
    Properties
    NameDescriptionData Type
    The string identifier of the measurement unit.string
    Contains informative information about the measurement unit.string
    Contains the full name of the measurement unit such as ”hour” or ”meter per second”.string
    The display label of the measurement unit is typically the abbreviation of the measurement unit, for example ”h” for hour or ”m/s” for meter per second.string
    Identifies the organization (company, standards organization) that defines the measurement unit.string
    Numeric identifier for programmatic evaluation. -1 is used if a unitId is not available.integer
    See Also